quick sort meaning in Chinese
快速分类
快速排序法
Examples
- Generic string sort routines . i prefer to use the ' non - pure ' quick sort unless you have a good reason to choose another routine
这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。 - Search algorithm , definition of sort , insertion sort , quick sort , optimal sort time , merge sort , heap sort , radix sort , summarize of sort algorithms
搜索算法;排序定义;插入排序;快速排序;最优排序时间;归并排序;堆排序;基数排序;排序总结。 - String sort routines : quick , merge , sele - generic string sort routines . i prefer to use the ' non - pure ' quick sort unless you have a good reason to choose another routine
这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。 - 5 . data preparation is essential procedure before data mining , and the thesis presents two algorithms for the filling of missing values and the finding of duplicates , two of data problems in data preparation . at first , the thesis uses of rough analysis to predict the missing values with known values to solve the problem of missing values , and the results are with higher accuracy ; then the thesis uses partition data table and quick sort method to find duplicates , which can decrease the searching time for finding
数据预处理是数据挖掘之前的必要准备步骤,针对数据预处理问题中的缺失数据与重复数据的挖掘问题提出两种算法,首先针对缺失数据问题,浙江大学博士学位论文利用rough集理论通过对己知数据进行预测实现对缺失数据的填补,达到了一定的预测精度;然后针对重复数据问题,利用数据表分解技术以及快速排序方法实现重复数据的发现,并降低了重复数据的发现时间。